Skip to content

CI: temporary fix to the CI #32011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 15, 2020
Merged

Conversation

ShaharNaveh
Copy link
Member

@ShaharNaveh ShaharNaveh commented Feb 15, 2020

ref #31992


This is just a temporary fix to the CI.

Until someone smarter than me fix it :)

@simonjayhawkins
Copy link
Member

OK, i guess a very 'quick and dirty' fix for the benefit of the doc sprint. can you do an IMMEDIATE follow-up PR with a skipif or xfail for np version only with the issue as a reason

@simonjayhawkins simonjayhawkins added the CI Continuous Integration label Feb 15, 2020
@simonjayhawkins
Copy link
Member

OK, i guess a very 'quick and dirty' fix for the benefit of the doc sprint. can you do an IMMEDIATE follow-up PR with a skipif or xfail for np version only with the issue as a reason

and undoes the commenting out

ShaharNaveh pushed a commit to ShaharNaveh/pandas that referenced this pull request Feb 15, 2020
@ShaharNaveh
Copy link
Member Author

OK, i guess a very 'quick and dirty' fix for the benefit of the doc sprint. can you do an IMMEDIATE follow-up PR with a skipif or xfail for np version only with the issue as a reason

I have made it "xfail" for now, what would be a good "skipif"?

@simonjayhawkins
Copy link
Member

I don't this the xfail will work, since some environments pass. happy to keep this PR with the commenting out to get CI green and do this on another PR.

@ShaharNaveh
Copy link
Member Author

Sorry for the "force-push" I tend to fight with git a lot.

@ShaharNaveh ShaharNaveh reopened this Feb 15, 2020
@ShaharNaveh
Copy link
Member Author

ping @simonjayhawkins

Numpydev is green.

@@ -384,8 +384,11 @@ def test_td_div_nan(self, nan):
result = td / nan
assert result is NaT

result = td // nan
assert result is NaT
# TODO: Don't leave commented, this is just a temporary fix for
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure u open an issue

an xfail with a version test is the right way to handle this

i guess ok for right now

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jreback there is already an issue (#31992)

I also think that xfail is the right way to do this, but I am not sure about the value of the "reason" parameter.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MomIsBestFriend the issue will be to revert this PR, which is different. Since I assume that another PR will follow this immediately for that purpose, the issue may not be necessary.

@simonjayhawkins
Copy link
Member

ping @simonjayhawkins

Numpydev is green.

OK since ci has a backlog, will wait a little longer for full green to be sure.

@simonjayhawkins
Copy link
Member

will NOT be backporting this as it is a very temporary fix (duration of doc sprint only) and merging doc PRs

@simonjayhawkins simonjayhawkins added this to the 1.1 milestone Feb 15, 2020
@ShaharNaveh
Copy link
Member Author

will NOT be backporting this as it is a very temporary fix (duration of doc sprint only) and merging doc PRs

I completely agree, the doc sprint run is the sole purpose of why this PR exists

@simonjayhawkins
Copy link
Member

i'm going to merge this shortly as it seems that Linux py37_locale has hung and restarting is pointless given the ci backlog. any objections @jreback

@jreback
Copy link
Contributor

jreback commented Feb 15, 2020

@simonjayhawkins go for it

@simonjayhawkins simonjayhawkins merged commit eb97073 into pandas-dev:master Feb 15, 2020
@simonjayhawkins
Copy link
Member

@datapythonista I leave it to you to weight up the benefits of merging PRs to master vs reducing the burden on ci for the benefit of the sprint.

I think OK to merge PRs to master without getting contributors to rebase to reduce the CI burden further

@simonjayhawkins
Copy link
Member

@MomIsBestFriend do you want to take the lead on the follow-up PR? if not, can you raise an issue as @jreback suggested.

@simonjayhawkins
Copy link
Member

ah almost forgot.... Thanks @MomIsBestFriend.

@simonjayhawkins
Copy link
Member

@datapythonista as an aside. I had the same issue with the CI at the Man Hackathon. after just a few hours into the sprint, ci was taking more than 2 hours to complete.

@simonjayhawkins
Copy link
Member

@MomIsBestFriend np-dev still failing on master!

@simonjayhawkins
Copy link
Member

@MomIsBestFriend np-dev still failing on master!

cannot reproduce locally. I assume that I am not setting up the environment/build correctly. maybe skip/xfail those as well?

@ShaharNaveh ShaharNaveh deleted the FIX-CI branch February 29, 2020 10:30
roberthdevries pushed a commit to roberthdevries/pandas that referenced this pull request Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants